[INFO] cloning repository https://github.com/lgarcia93/ffmpeg_runner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lgarcia93/ffmpeg_runner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgarcia93%2Fffmpeg_runner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgarcia93%2Fffmpeg_runner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b08a8d03d9651a2cf45f8d3a51523a444bc398d3
[INFO] checking lgarcia93/ffmpeg_runner against try#8a2f6fe57adadb246778b8d41925d3dc46d468cb for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flgarcia93%2Fffmpeg_runner" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/lgarcia93/ffmpeg_runner
[INFO] finished tweaking git repo https://github.com/lgarcia93/ffmpeg_runner
[INFO] tweaked toml for git repo https://github.com/lgarcia93/ffmpeg_runner written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lgarcia93/ffmpeg_runner on toolchain 8a2f6fe57adadb246778b8d41925d3dc46d468cb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lgarcia93/ffmpeg_runner already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b
[INFO] running `Command { std: "docker" "start" "e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b" "/opt/rustwide/cargo-home/bin/cargo" "+8a2f6fe57adadb246778b8d41925d3dc46d468cb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling libc v0.2.70
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking ffmpeg_runner v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found keyword `use`
[INFO] [stdout]  --> src/main.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::env
[INFO] [stdout]   |             ^ help: add `;` here
[INFO] [stdout] 5 | use chrono::{Local, DateTime};
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `use`
[INFO] [stdout]  --> src/main.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::env
[INFO] [stdout]   |             ^ help: add `;` here
[INFO] [stdout] 5 | use chrono::{Local, DateTime};
[INFO] [stdout]   | --- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/main.rs:20:39
[INFO] [stdout]    |
[INFO] [stdout] 20 |           let port = env::var("port");;
[INFO] [stdout]    |                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]   --> src/main.rs:20:39
[INFO] [stdout]    |
[INFO] [stdout] 20 |           let port = env::var("port");;
[INFO] [stdout]    |                                       ^ help: remove this semicolon
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Result<String, VarError>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/main.rs:34:57
[INFO] [stdout]    |
[INFO] [stdout] 34 |               .arg(format!("rtsp://{}:{}@{}:{}/onvif1", user, password, address, port))
[INFO] [stdout]    |                                    --                   ^^^^ `Result<String, VarError>` cannot be formatted with the default formatter
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<String, VarError>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Result<String, VarError>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/main.rs:34:57
[INFO] [stdout]    |
[INFO] [stdout] 34 |               .arg(format!("rtsp://{}:{}@{}:{}/onvif1", user, password, address, port))
[INFO] [stdout]    |                                    --                   ^^^^ `Result<String, VarError>` cannot be formatted with the default formatter
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<String, VarError>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Result<String, VarError>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/main.rs:43:37
[INFO] [stdout]    |
[INFO] [stdout] 43 |               .arg(format!("{}/{}", files_folder, file_name)).spawn();
[INFO] [stdout]    |                             --      ^^^^^^^^^^^^ `Result<String, VarError>` cannot be formatted with the default formatter
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<String, VarError>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Result<String, VarError>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/main.rs:43:37
[INFO] [stdout]    |
[INFO] [stdout] 43 |               .arg(format!("{}/{}", files_folder, file_name)).spawn();
[INFO] [stdout]    |                             --      ^^^^^^^^^^^^ `Result<String, VarError>` cannot be formatted with the default formatter
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `Result<String, VarError>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ffmpeg_runner` (bin "ffmpeg_runner" test) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ffmpeg_runner` (bin "ffmpeg_runner") due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b", kill_on_drop: false }`
[INFO] [stdout] e597b72f5433258fc5af1c7f907439d5bdbc23fc2025030f2093ca334aaa0f7b
